Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawPolypoints<T> Class / Kpb Method


In This Topic
    Kpb Method (NDrawPolypoints<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub Kpb( _
       ByVal IvYh As System.Integer, _
       ByVal jvYh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NDrawPolypoints(Of T)
    Dim IvYh As System.Integer
    Dim jvYh As NPoint
     
    instance.Kpb(IvYh, jvYh)
    internal override void Kpb( 
       System.int IvYh,
       NPoint jvYh
    )

    Parameters

    IvYh
    jvYh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also